home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pvquan16.zip / TRACE1.SH < prev   
Text File  |  1992-11-30  |  305b  |  11 lines

  1. : Usage:   trace1.sh povfile paramfile
  2.  
  3. : expects filename.anm and filename.dat to be present
  4. : creates then deletes filename_0.tga
  5. : creates filename.fli
  6.  
  7. nice povray -i$1.pov -o$1_0.tga /usr/export/home/kai/f_vander/Pov/$2.def
  8. nice heckbert -t=2 -i=1 -w=320 -h=200 $1
  9. rm $1_0.tga                            
  10. times
  11.